Skip to main content

Fundamental Theorem of Calculus

Part I

  • Continuity: If f(x)f(x) is continuous on [a,b][a, b], then the function defined by the integral of ff from aa to xx is also continuous on [a,b][a, b].
g(x)=axf(t)dtg(x) = \int_a^x f(t) \, dt
  • Differentiation: The derivative of g(x)g(x) with respect to xx is the original function f(x)f(x).
g(x)=ddxaxf(t)dt=f(x)g'(x) = \frac{d}{dx} \int_a^x f(t) \, dt = f(x)

Variants of Part I

The variants involve differentiating an integral with variable limits of integration:

  1. Upper Limit as a Function of xx:
ddxau(x)f(t)dt=u(x)f(u(x))\frac{d}{dx} \int_a^{u(x)} f(t) \, dt = u'(x) f(u(x))
  1. Lower Limit as a Function of xx:
ddxu(x)bf(t)dt=u(x)f(u(x))\frac{d}{dx} \int_{u(x)}^b f(t) \, dt = -u'(x) f(u(x))
  1. Both Limits as Functions of xx:
ddxu(x)v(x)f(t)dt=u(x)f(u(x))v(x)f(v(x))\frac{d}{dx} \int_{u(x)}^{v(x)} f(t) \, dt = u'(x) f(u(x)) - v'(x) f(v(x))

Part II

  • Anti-Derivative: If F(x)F(x) is an anti-derivative of f(x)f(x), meaning F(x)=f(x)F'(x) = f(x), then the integral of ff from aa to bb is the difference between the values of FF at these points.
abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)